home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 35 lines | [TEXT/GEOL] |
- Item 6709170 3-Feb-91 02:55PST
-
- From: PEMD CH DEV PEMD Group, Zurich,IDV
-
- To: D2188 Office Product Tech, B Toback,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- ------------------------------------------------------------------------------
-
- Sub: Dynamic Arrays in Pascal[2]
-
- Dear Bruce,
-
- Regarding "Dynamic Arrays in Pascal", what if I wrote (and correspondingly
- read) each element of a TDynamicArray object to disk. Would this be notceably
- slower than writing (and reading) the entire array at once?
-
- I'm also not sure how to write "... only as much of DataArray and PredictArray
- as necessary." Please explain of bit more for me.
-
- In yourstatement: FSWrite(DataArray, (kMaxDataLength+1) * numberOfPoints,
- aGraphRecord.DataArray), if numberOfPoints is less than then the size of
- aGraphRecord.DataArray will only elements 1 to numberOfPoints of
- aGraphRecord.DataArray be written to disk? Or, am I completeing
- misunderstanding the whole thing?
-
- Thanks,
- Ernie
-
- Thanks,
- Ernie
-
-
-